@import url("../bootstrap-4.1.3-dist/css/bootstrap.min.css");
@import url("../css/common.css");
@import url("../open-iconic-master/font/css/open-iconic-bootstrap.min.css");

@font-face {
    font-family: 'JosefinSans-SemiBold';   /*字体名称*/
    src: url('../font/JosefinSans-SemiBold.ttf');       /*字体源文件*/
}

* {
    font-family: JosefinSans-SemiBold;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none !important;
    border: none;
}

*[data-href] {
    cursor: pointer;
}

button:active {
    opacity: .9;
}

.common-content {
    width: 1200px;
}

.letter-space-5 {
    letter-spacing: 5px;
}

.fs-16 {
    font-size: 16px;
}

.fs-32 {
    font-size: 32px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-103 {
    font-size: 103px !important;
}

.fs-100 {
    font-size: 100px !important;
}

.oblique-line-left {
    height: 3px;
    width: 100px;
    left: 22%;
    top: 50%;
    background: #002BFF;
    text-align: center;
    transition: all 0.7s;
    -webkit-transform: rotate(2.9rad);
    -ms-transform: rotate(2.9rad);
    transform: rotate(2.9rad);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
}

.oblique-line-right
{
    height: 3px;
    width: 100px;
    right: 22%;
    top: 50%;
    background: #002BFF;
    text-align: center;
    transition: all 0.7s;
    -webkit-transform: rotate(2.9rad);
    -ms-transform: rotate(2.9rad);
    transform: rotate(2.9rad);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
}

.oblique-line-left-short {
    height: 2px;
    width: 40px;
    background: #002BFF;

    transition: all 0.7s;
    -webkit-transform: rotate(-3.9rad);
    -ms-transform: rotate(-3.9rad);
    transform: rotate(-3.9rad);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
    text-align: center;
    /*-webkit-transform: rotate(-50deg);*/
    /*-moz-transform: rotate(-50deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);*/
}

.border-b-0055FF {
    border-bottom: 2px solid #0055FF;
}

.title-line {
    background-color: #0055FF !important;
    height: 2px;
}

/*字体颜色*/
/*****************************/

.color-0055FF {
    color: #0055FF !important;
}

.color-999999 {
    color: #999 !important;
}

.color-002bff {
    color: #002bff !important;
}

.color-4d4d4d {
    color: #4d4d4d !important;
}

.color-FF5500 {
    color: #FF5500 !important;
}

.color-696969 {
    color: #696969;
}

.color-ff7f00 {
    color: #ff7f00;
}

/*navbar*/

.navbar {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 1022;
}

.nav-item {
    line-height: 40px;
    float: left;
}

/********** welcome **********/
.welcome-left .eng-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 43, 255, 1);
}

.welcome-left .bold-title {
    font-size: 42px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 52px;
}

.welcome-left .end-font {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 43, 255, 1);
    line-height: 28px;
}

.success-case-wrap {
    width: 170px;
    height: 60px;
    font-size: 20px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 16px 24px 0px rgba(61, 50, 172, 0.16);
}

.success-case {
    width: 100%;
    height: 100%;
    font-size: 20px;
    /*ie*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fa709a, endColorstr=#fee140);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#fa709a, endColorstr=#fee140)";
    /*ie*/
    background-image: linear-gradient(to right, #fa709a, #fee140);
    border-radius: 30px;
}

.contact-us {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 43, 255, 1);
    border-radius: 30px;
}

.welcome-right {
    width: 645px;
}

.welcome-img {
    background: url('../img/welcome-1.png') no-repeat;
    width: 437px;
    height: 497px;
}

.welcome-img2 {
    margin-left: -204px;
    margin-top: 17px;
    background: url('../img/welcome-2.png') no-repeat;
    width: 290px;
    height: 486px;
}

.welcome-img3 {
    margin-left: 122px;
    margin-top: -60px;
    background: url('../img/welcome-3.png') no-repeat;
    width: 116px;
    height: 210px;
}

/********** provide **********/
.title-item {
    font-size: 32px;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
}

.provide-item {
    width: 370px;
    height: 460px;
    background: rgba(248, 249, 251, 1);
    border-radius: 10px;
}

.provide-item-title {
    font-size: 23px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}

.know-more-wrap{
    width: 170px;
    height: 50px;
    box-shadow: 0px 16px 24px 0px rgba(61, 50, 172, 0.16);
    border-radius: 25px;
    overflow: hidden;
}

.know-more {
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4facfe, endColorstr=#00f2fe);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#4facfe, endColorstr=#00f2fe)";
    background: linear-gradient(-90deg, #4facfe, #00f2fe);
}

/********** left/right-bg **********/

.left-bg {
    width: 645px;
    height: 1266px;
    background: url('../img/left-bg.png') no-repeat right;
}

.right-bg {
    width: 650px;
    height: 1755px;
    margin-top: 375px;
    background: url('../img/right-bg.png') no-repeat left;
}

/********** case **********/
.case-left {
    width: 390px;
    margin-left: 354px;
}

.case-left .case-title {
    font-size: 32px;
}

.case-title-number {
    font-size: 66px;
    line-height: 66px;
}

/********** news **********/
.news-video-wrap {
    background: url('../img/video-1.png') no-repeat left;
    background-position-x: -27px;
    width: 873px;
    height: 700px;
}

.news-video-center {
    background: url('../img/video-2.png') no-repeat;
    width: 150px;
    height: 149px;
}

.news-item {
    margin-bottom: 20px;
}

.news-item-font {
    font-size: 20px;
}

/********** map **********/
.map-wrap {
    height: 620px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -3px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.circle-1 {
    width: 132px;
    height: 132px;
    background: #00AAFF;
    opacity: .4;
    border-radius: 50%;
}

.circle-2 {
    width: 82px;
    height: 82px;
    background: #00E0E0;
    border-radius: 50%;
}

.circle-3 {
    width: 33px;
    height: 33px;
    background: rgba(0, 170, 255, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
}

/********** footer **********/

.consult-wrap {
    width: 480px;
    height: 120px;
    background: rgba(245, 245, 245, 1);
    border-radius: 60px;
}

.footer-info-item {
    line-height: 40px;
}

/********** about **********/
.carousel-indicators .active {
    background: linear-gradient(-90deg, rgba(122, 65, 216, 1), rgba(97, 81, 251, 1));
}

.carousel-indicators li {
    width: 80px;
    background: rgba(182, 183, 179, 1);
}

.carousel-indicators {
    width: 697px;
    position: unset;
    margin-right: 0;
}

/********** develop **********/
#develop .welcome-left, #custom .welcome-left, #wechat .welcome-left {
    width: 354px;
}

#develop .banner {
    background: url('../img/develop-banner.png') no-repeat;
    width: 1046px;
    height: 749px;
}

#develop .line, #custom .line, #wechat .line {
    background: #d0d7e0;
    height: 4px;
    border-radius: 2px;
    width: 110px;
}

#develop .big-number, #custom .big-number, #wechat .big-number {
    font-size: 180px;
    line-height: 52px;
    color: #222328;
    opacity: 0.1;
}

#develop .case-item, #custom .case-item, #wechat .case-item {
    width: 285px;
    height: 200px;
    border-radius: 30px;
}

#develop .left-line, #custom .left-line, #wechat .left-line {
    width: 6px;
    height: 40px;
    background-color: #fc641a;
    border-radius: 3px;
}

.nav-item .active {
    color: #0055FF !important;
    font-weight: bold;
}

.nav-item .active .nav-font {
    padding-bottom: .25rem;
    border-bottom: 2px solid #0055FF;
}


